Welcome![Sign In][Sign Up]
Location:
Search - input d

Search list

[Other resourcemath-model

Description: 钢管订购和运输的最优规划 程序使用说明: 两种方法进行 1,运行deal3,输入D,得到单价的矩阵7*15 运行showlj,得到运输的路线; 2, 运行deal2,输入D,得到单价的矩阵7*15 -ordering pipe and the optimal transportation planning process for use : two methods for a running deal3. D input, to be priced matrix 7 * 15 showlj operation, the transportation routes; 2. running deal2 input D, the matrix to be priced 15 7 *
Platform: | Size: 31943 | Author: 孙竟飞 | Hits:

[CSharp60824102468

Description: 用于验证正则表达式是否正确。 例如在表达式文本框里输入:(^-?\\d\\d*\\.\\d*$)|(^-?\\d\\d*$)|(^-?\\.\\d\\d*$) 在下面的测试文本框里输入数字,小数,负数,显示结果“通过”,若输入字母,显示“不通过”。 希望本工具对你编辑正则表达式时有作帮助。 用.NET做的第一个程序。 感谢群里朋友对初学才的支持。 需.NET2.0支持,在winxp上测试通过。-used to validate regular expression is correct. For example, in the expression Message text input : (^-\\ d \\ d * \\. \\ d *$)|(^- \\ d \\ d *$)|(^- \\. \\ d \\ d * $) Below the test Message text input figures, the minority negative, the result will be displayed "adopt", if the importation of letters, Display "is not passed." Hope this tool to your editor is a regular expression for help when. Used.NET to do the procedure. Lane thanked the group of friends only with the support of a novice. Required.NET2.0 support of the winxp on the test.
Platform: | Size: 67572 | Author: microin | Hits:

[ELanguage1_4

Description: 一对四分用器的VHDL源码,(输入:D ,输出: Y3 Y2 Y1 Y0,另有两个输入控制端S1与S0控制输出选择)-tended to a quarter of VHDL source code, (Input : D, output : Y3 Y2 Y1 Y0. otherwise control the importation of two-S1 and S0 output control options)
Platform: | Size: 1180 | Author: 范文晓 | Hits:

[midi programmidiio

Description: 控制MIDI输入输出的程序。 View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mouse or from dialog controls. Select MIDI input and output devices from the application. Run multiple instances to demonstrate MIDI device sharing between applications.-MIDI input and output control procedures. View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mou se or from dialog controls. Select an MIDI input d output devices from the application. Run mult Attached instances to demonstrate MIDI device shar ing between applications.
Platform: | Size: 28705 | Author: lixiao | Hits:

[GDI-Bitmapeztwain

Description: 一个支持Twain输入设备输入的DLL库文件,并包含一个的范例。-an input device support Twain imported DLL libraries, and includes an example.
Platform: | Size: 31744 | Author: 非非 | Hits:

[Algorithm排队论mm1

Description: 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
Platform: | Size: 231424 | Author: 肖煜 | Hits:

[Com PortVBIO源码

Description: VB控制欧姆龙PLC的输入输出(I/O)。可用于小型试验工业监控系统。-VB Omron PLC control of input-output (I/O). Small can be used to test industrial control system.
Platform: | Size: 18432 | Author: 利定任 | Hits:

[Button control条形码生成

Description: 运行程序后跳出运行窗口,点击EAN_13 code输入条形码的数字 single-line-width可以调节条码宽度,color可以改变条码颜色 -operational procedures after running out the window, click EAN_13 code bar code input to the digital single-line-width can be adjusted barcode width, color can change the color barcode
Platform: | Size: 38912 | Author: 许茜 | Hits:

[CSharp数据结构上机实习

Description: 数据结构上机实验 实验题目:两个有序循环链表合并成一个有序循环链表 实验题目:欧洲地图最短路径 实验题目:稀疏矩阵基本运算及转置 实验题目: 已给定先序构造一棵二叉树的算法,请你完成其余部分,包括先序、中序、后序遍历 二叉树并打印出来。先序序列建立二叉树的顺序读入字符为A B C Ф Ф D E Ф G Ф Ф F Ф Ф Ф,注意输入时Ф用空格代替。 实验题目:复数抽象数据类型的实现-Data structure experiment experimental subject: Two orderly circulation list in an orderly manner into a cycle of experimental topic list: Europe map the shortest path experimental subjects: basic computing and sparse matrix transpose experimental Title: has given a first order structure Binary trees algorithm, please complete the remaining parts, including the first order, in sequence, after the tree traversal and print them. First order sequence to establish the order of tree read characters for the ABC Ф Ф DE Ф G Ф Ф F Ф Ф Ф, Ф attention to input by a space to replace. Experimental subjects: the plural of the realization of abstract data types
Platform: | Size: 29696 | Author: 何金龙 | Hits:

[matlabmath-model

Description: 钢管订购和运输的最优规划 程序使用说明: 两种方法进行 1,运行deal3,输入D,得到单价的矩阵7*15 运行showlj,得到运输的路线; 2, 运行deal2,输入D,得到单价的矩阵7*15 -ordering pipe and the optimal transportation planning process for use : two methods for a running deal3. D input, to be priced matrix 7* 15 showlj operation, the transportation routes; 2. running deal2 input D, the matrix to be priced 15 7*
Platform: | Size: 31744 | Author: 孙竟飞 | Hits:

[CSharp60824102468

Description: 用于验证正则表达式是否正确。 例如在表达式文本框里输入:(^-?\d\d*\.\d*$)|(^-?\d\d*$)|(^-?\.\d\d*$) 在下面的测试文本框里输入数字,小数,负数,显示结果“通过”,若输入字母,显示“不通过”。 希望本工具对你编辑正则表达式时有作帮助。 用.NET做的第一个程序。 感谢群里朋友对初学才的支持。 需.NET2.0支持,在winxp上测试通过。-used to validate regular expression is correct. For example, in the expression Message text input : (^-\ d \ d* \. \ d*$)|(^- \ d \ d*$)|(^- \. \ d \ d* $) Below the test Message text input figures, the minority negative, the result will be displayed "adopt", if the importation of letters, Display "is not passed." Hope this tool to your editor is a regular expression for help when. Used.NET to do the procedure. Lane thanked the group of friends only with the support of a novice. Required.NET2.0 support of the winxp on the test.
Platform: | Size: 107520 | Author: microin | Hits:

[DSP programaudio_6711dsp

Description: 基于TMS320C6711的音频输入输出处理-based TMS320C6711 audio input and output processing
Platform: | Size: 12288 | Author: 王刚 | Hits:

[assembly languageTASM2MSG

Description: EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connected to the message window of the IDE, ie.-SOURCE CODE FOR EXAMPLE processor FILTER his fil ter accepts input through the standard input st ream. it converts and outputs it to the standard outpu t stream. The streams are linked through pipes. such that the input stream is the output from the assembler being invoked. and the output stream is connected to the messag e window of the IDE, ie.
Platform: | Size: 5120 | Author: 魏臻 | Hits:

[ELanguage1_4

Description: 一对四分用器的VHDL源码,(输入:D ,输出: Y3 Y2 Y1 Y0,另有两个输入控制端S1与S0控制输出选择)-tended to a quarter of VHDL source code, (Input : D, output : Y3 Y2 Y1 Y0. otherwise control the importation of two-S1 and S0 output control options)
Platform: | Size: 1024 | Author: 范文晓 | Hits:

[midi programmidiio

Description: 控制MIDI输入输出的程序。 View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mouse or from dialog controls. Select MIDI input and output devices from the application. Run multiple instances to demonstrate MIDI device sharing between applications.-MIDI input and output control procedures. View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mou se or from dialog controls. Select an MIDI input d output devices from the application. Run mult Attached instances to demonstrate MIDI device shar ing between applications.
Platform: | Size: 28672 | Author: lixiao | Hits:

[SCMWANHONG

Description: 以单片机为核心电路。让其在按键的作用下产生0到99的二进制数。用DAC0832作D/A转换器件。转换后的电压作为运放OP0的输入。经过运放扩展得到要求的电压。再经过具有很大电流输出能力的三端稳压lm317扩展电流。使电流也能达到要求的指标。同时单片机还起到驱动显示的功能。-core microprocessor circuit. Giving him the keys to the effects of 0-99 have a binary number. DAC0832 used for the D/A conversion device. After converting the voltage operational amplifier OP0 as input. After the expansion to be operational amplifier voltage requirements. After another great current output capacity of the three-Regulators lm317 current expansion. The electric current will also achieve the required targets. SCM also played while driving showed that the function.
Platform: | Size: 7168 | Author: 万红军 | Hits:

[Other systemsviscoPLAST_CFEM

Description: 本程序是D.R.J.OWEN主编的FINITE ELEMENTS IN PLASTICITYG一书中第八章例题的有限元程序,网上流传的这个版本的源码里有错误,我把它更正过来了,而且还添加了输入文本。绝对好东西啊。-D. R. J. OWEN editor of the PLA FINITE ELEMENTS IN STICITYG a book of the 8th chapter of excellence finite element program, the spread of the online version of the source there is an error, I see it corrected now, but also added to the input text. Ah absolute good things.
Platform: | Size: 359424 | Author: 栖木 | Hits:

[OtherPolandExp

Description: 波兰表达式 以下是几个标准的表达式: 5 * 2 + -3 5 * (2 + -3) 5 + ((-4 * -5) + (((5 + (6 - 2)) * 7 + ((4 + 2) * (3 - 1)))) 与之等价的波兰表达式为 + * 5 2 -3 * 5 + 2 -3 + 5 + * -4 -5 + * + 5 - 6 2 7 * + 4 2 - 3 1 在普通的表达式中,符号是位于运算对象之间的,而在波兰表达式中,运算符号位于参与运算的对象之前。 波兰式在计算中的价值在于它不需要使用括号,之所以如此是由于波兰式的操作符的先后顺序是明确的。 如果我们用 P 表示波兰表达式,用 O 表示操作符,用 D 表示数字,则可以将波兰表达式定义为 P = O P P 或 P = D。 任务 编写程序计算波兰表达式的值。 输入 输入第一行是一个整数,表示输入文件中共有几个波兰式。 以后每行一个表达式。每个表达式长度不超过 80 个字符,且每个表达式仅包含数字 (取值范围是[-10000, 10000]) 和二元操作符 + 、- 和 * 。任何表达式或子表达式的值都在 [-1000000, 1000000] 范围内。每个数字与操作符之间,至少有一个空格作为间隔。(负号是整数值的一部分,不是操作符,并且和整数值之间没有空格。) 输出 对每个表达式输出其值。 -Poland expression Following is the expression of several criteria : 5* 2 3* (2-3) 5 ((-4-5*) (((5 (6-2))* 7 ((2)* ( 3- 1)))) which are equivalent to the expression of Poland 5 2-3** 5 2-3 5-4-5** 5- 6 2 7* 4 2- 3 1 expression in general, the symbolic object is located between the operator and expression in Poland, Operators participating in Operation symbols at the target before. Poland-in the calculation of the value is that it does not require the use of brackets, The reason is because the Polish operator in the order is clear. If we use P said that Poland expression, O said the operator, and D. said figures Poland can be defined as the expression of P = O or P P P = D. task of preparing Poland calculated the value of the expression. input importation of the first trip
Platform: | Size: 1024 | Author: zheng | Hits:

[IME Developddkwingb

Description: 此文件为windows 2000 ddk中的区位输入法源码-This document is for windows 2000 ddk location in the input source
Platform: | Size: 570368 | Author: 不告诉你 | Hits:

[VHDL-FPGA-Verilogd-flip

Description: 同步复位的D 触发器,该触发器有一个数据输入端D,时钟输入端CLK,清 零输入端CLR,数据输出端Q。CLR为1时,触发器复位-Synchronous reset D flip-flop, the flip-flop has a data input D, the clock input CLK, clear input CLR, the data output Q. CLR 1, the trigger reset
Platform: | Size: 6144 | Author: wangminpeng | Hits:
« 12 3 4 5 6 7 8 9 10 ... 43 »

CodeBus www.codebus.net